home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 1767 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Foreground task always highest priority?
  5. Date: Tue, 6 Feb 96 17:27:38
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960206.4911B0.FCE6@an040.du.pipex.com>
  9. References: <rbaron.id1g@burner.com>
  10. NNTP-Posting-Host: an040.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Ish Hallin (rbaron@burner.com) wrote:
  14. : On Sun  4-Feb-1996  1:01a, Martin Steigerwald wrote:
  15. : MS> Get yourself Executive from AmiNet, it does this and more.
  16. : Arrgh, I just got Executive, installed it, it works great, except for one
  17. : problem: when it's running, SmartPlay won't play MODs.  It just loads them,
  18. : and says 'waiting'.  I think it flushes them from memory as well, as if you
  19. : hit 'play' it just reloads and waits some more, and you can never see the
  20. : samples in memory.  I can't get it working despite my settings..although
  21. : DasModPlay works fine.
  22.  
  23. SmartPlay doesn't seem to be very smart when it comes to allocating timers. It
  24. is trying to allocate a CIA A or B timer for its own use, but Executive has
  25. already used one of them. Set Executive to use timer.device instead and all
  26. should be fine.
  27.  
  28. e.g. in Startup-Sequence
  29. Run >NIL: <NIL: TOOLS:System/Executive/Executive TIMER=DEVICE
  30.  
  31. (BTW, the MED player in DeliTracker shows (or showed; it may have been updated
  32. by now) even worse behaviour than this. If it fails to allocate CIA timer B,
  33. it crashes the machine...)
  34.  
  35. -- Mat.
  36.